1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Fix license attr

This commit is contained in:
Shea Levy 2016-05-10 17:42:57 -04:00
parent f298ebb957
commit 6f12b7aec4

View file

@ -11251,7 +11251,7 @@ in modules // {
meta = {
description = "Kerberos high-level interface";
homepage = https://pypi.python.org/pypi/kerberos;
license = licenses.apache;
license = licenses.asl20;
};
};