cert-viewer: correct license metadata
https://github.com/mgit-at/cert-viewer/blob/master/LICENSE
This commit is contained in:
parent
ebbd87250f
commit
a21d6bfa69
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ buildGoModule rec {
|
|||
meta = {
|
||||
description = "Admin tool to view and inspect multiple x509 Certificates";
|
||||
homepage = "https://github.com/mgit-at/cert-viewer";
|
||||
license = lib.licenses.apsl20;
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = [ lib.maintainers.mkg20001 ];
|
||||
mainProgram = "cert-viewer";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue