Changed to correct license from licenses.*

This commit is contained in:
Luke Clifton 2014-07-26 08:39:14 +08:00
parent 50c63f9b32
commit dcb226deb7

View File

@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
meta = {
homepage = http://brain-dump.org/projects/abduco;
license = "bsd";
license = licenses.isc;
description = "Allows programs to be run independently from its controlling terminal";
platforms = with platforms; linux;
};