supercollider: change license gpl3Plus -> gpl3
This commit is contained in:
parent
28e804f9d6
commit
58a85eb83a
@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Programming language for real time audio synthesis";
|
description = "Programming language for real time audio synthesis";
|
||||||
homepage = http://supercollider.sourceforge.net/;
|
homepage = http://supercollider.sourceforge.net/;
|
||||||
maintainers = with maintainers; [ mrmebelman ];
|
maintainers = with maintainers; [ mrmebelman ];
|
||||||
license = stdenv.lib.licenses.gpl3Plus;
|
license = licenses.gpl3;
|
||||||
platforms = [ "x686-linux" "x86_64-linux" ];
|
platforms = [ "x686-linux" "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user