mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
ike: use stdenv.lib.licenses.sleepycat
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
023464f13f
commit
289a1c5f06
@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
|
||||
description = "IPsec Client for FreeBSD, NetBSD and many Linux based operating systems";
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.iElectric ];
|
||||
license = "sleepycat";
|
||||
license = licenses.sleepycat;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user