ike: use stdenv.lib.licenses.sleepycat
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
023464f13f
commit
289a1c5f06
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue