nixops: add license

see issue #43716
This commit is contained in:
Pascal Wittmann 2018-08-09 12:51:48 +02:00
parent 94b42449eb
commit 97d28586c1
No known key found for this signature in database
GPG key ID: C899ACE7E2322852

View file

@ -47,5 +47,6 @@ python2Packages.buildPythonApplication {
description = "NixOS cloud provisioning and deployment tool";
maintainers = with lib.maintainers; [ eelco rob domenkozar ];
platforms = lib.platforms.unix;
license = lib.licenses.lgpl3;
};
}