fix bad "licence" names

Mostly what I merged from @lovek323.
Such errors can be easily checked by
  nix-env -f . -qa \* --meta --xml --drv-path --show-trace >/dev/null
This commit is contained in:
Vladimír Čunát 2013-07-04 18:13:20 +02:00
parent cfbae2de73
commit 4a0952d2fa
8 changed files with 9 additions and 9 deletions

View file

@ -61,7 +61,7 @@ in
meta = { meta = {
homepage = "http://lly.org/~rcw/abcde/page/"; homepage = "http://lly.org/~rcw/abcde/page/";
licence = "GPLv2+"; license = "GPLv2+";
description = "A Better CD Encoder (ABCDE)"; description = "A Better CD Encoder (ABCDE)";
longDescription = '' longDescription = ''

View file

@ -19,7 +19,7 @@ in
meta = { meta = {
homepage = http://lly.org/~rcw/cd-discid/; homepage = http://lly.org/~rcw/cd-discid/;
licence = "GPLv2+"; license = "GPLv2+";
description = "cd-discid, a command-line utility to retrieve a disc's CDDB ID"; description = "cd-discid, a command-line utility to retrieve a disc's CDDB ID";
longDescription = '' longDescription = ''
@ -28,4 +28,4 @@ in
abcde), but can be used for any purpose requiring CDDB data. abcde), but can be used for any purpose requiring CDDB data.
''; '';
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://www.gromacs.org"; homepage = "http://www.gromacs.org";
licence = "GPLv2"; license = "GPLv2";
description = "The GROMACS molecular dynamics software package"; description = "The GROMACS molecular dynamics software package";
longDescription = '' longDescription = ''
GROMACS is a versatile package to perform molecular dynamics, GROMACS is a versatile package to perform molecular dynamics,

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Ren'Py Visual Novel Engine"; description = "Ren'Py Visual Novel Engine";
homepage = "http://renpy.org/"; homepage = "http://renpy.org/";
licence = "MIT"; license = "MIT";
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gstreamer.freedesktop.org; homepage = http://gstreamer.freedesktop.org;
description = "Base plug-ins for GStreamer"; description = "Base plug-ins for GStreamer";
license = licences.lgpl2Plus; license = licenses.lgpl2Plus;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix; platforms = platforms.unix;
}; };

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A library of simple functions that are optimized for various CPUs"; description = "A library of simple functions that are optimized for various CPUs";
homepage = http://liboil.freedesktop.org; homepage = http://liboil.freedesktop.org;
license = libraries.bsd2; license = licenses.bsd2;
maintainers = with maintainers; [ lovek323 ]; maintainers = with maintainers; [ lovek323 ];
platforms = platforms.all; platforms = platforms.all;
}; };

View file

@ -32,6 +32,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Python library for games"; description = "Python library for games";
homepage = "http://www.pygame.org/"; homepage = "http://www.pygame.org/";
licences = "LGPLv2.1+"; license = "LGPLv2.1+";
}; };
} }

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://latencytop.org; homepage = http://latencytop.org;
description = "Tool to show kernel reports on latencies (LATENCYTOP option)"; description = "Tool to show kernel reports on latencies (LATENCYTOP option)";
licence = "GPLv2"; license = "GPLv2";
maintainers = [ stdenv.lib.maintainers.viric ]; maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };