mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gpl fix
This commit is contained in:
parent
af4d6b73de
commit
67d41e4424
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
|||
meta = {
|
||||
description = "Drawing application";
|
||||
homepage = http://al.chemy.org/;
|
||||
license = stdenv.lib.licenses.gpl;
|
||||
license = stdenv.lib.licenses.gpl3Plus;
|
||||
maintainers = [stdenv.lib.maintainers.marcweber];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue