mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
p11-kit: fix license
This commit is contained in:
parent
35f1e07647
commit
42f44e9e58
|
@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://p11-glue.freedesktop.org/;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ urkud wkennington ];
|
||||
license = license.mit;
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue