Turn some license strings into lib.licenses values

This commit is contained in:
Mateusz Kowalczyk 2014-06-19 06:19:00 +02:00 committed by Peter Simons
parent 50f548771e
commit 7a45996233
1010 changed files with 1578 additions and 1619 deletions

View File

@ -61,7 +61,7 @@ in
meta = { meta = {
homepage = "http://lly.org/~rcw/abcde/page/"; homepage = "http://lly.org/~rcw/abcde/page/";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
description = "Command-line audio CD ripper"; description = "Command-line audio CD ripper";
longDescription = '' longDescription = ''

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Sound editor with graphical UI"; description = "Sound editor with graphical UI";
homepage = http://audacity.sourceforge.net; homepage = http://audacity.sourceforge.net;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [ the-kenny ]; maintainers = with stdenv.lib.maintainers; [ the-kenny ];
}; };

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
the command line or a script. the command line or a script.
''; '';
homepage = http://www.jpj.net/~trevor/aumix.html; homepage = http://www.jpj.net/~trevor/aumix.html;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -19,7 +19,7 @@ in
meta = { meta = {
homepage = http://lly.org/~rcw/cd-discid/; homepage = http://lly.org/~rcw/cd-discid/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
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 = ''

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Compact open source software speech synthesizer"; description = "Compact open source software speech synthesizer";
homepage = http://espeak.sourceforge.net/; homepage = http://espeak.sourceforge.net/;
license = "GPLv3+"; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Phoneme editor for espeak"; description = "Phoneme editor for espeak";
homepage = http://espeak.sourceforge.net/; homepage = http://espeak.sourceforge.net/;
license = "GPLv3+"; license = licenses.gpl3Plus;
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View File

@ -30,6 +30,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://wejp.k.vu/projects/gmu; homepage = http://wejp.k.vu/projects/gmu;
description = "Open source music player for portable gaming consoles and handhelds"; description = "Open source music player for portable gaming consoles and handhelds";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "GTK Manager for an Apple ipod"; description = "GTK Manager for an Apple ipod";
homepage = http://gtkpod.sourceforge.net; homepage = http://gtkpod.sourceforge.net;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View File

@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A command line editor for id3v2 tags"; description = "A command line editor for id3v2 tags";
homepage = http://id3v2.sourceforge.net/; homepage = http://id3v2.sourceforge.net/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
}; };
} }

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Console jack loudness meter"; description = "Console jack loudness meter";
homepage = http://www.aelius.com/njh/jackmeter/; homepage = http://www.aelius.com/njh/jackmeter/;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.marcweber ]; maintainers = [ stdenv.lib.maintainers.marcweber ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Not a Guitar-Only tuner"; description = "Not a Guitar-Only tuner";
homepage = http://www.nongnu.org/lingot/; homepage = http://www.nongnu.org/lingot/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
}; };

View File

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Tracker music player for the terminal"; description = "Tracker music player for the terminal";
homepage = http://mikmod.shlomifish.org/; homepage = http://mikmod.shlomifish.org/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ viric ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
homepage = http://www.ibiblio.org/mp3info/; homepage = http://www.ibiblio.org/mp3info/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A minimalist command line interface to MPD"; description = "A minimalist command line interface to MPD";
homepage = http://www.musicpd.org/clients/mpc/; homepage = http://www.musicpd.org/clients/mpc/;
license = "GPL2"; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.algorith ]; maintainers = [ stdenv.lib.maintainers.algorith ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
description = "mpc123, a Musepack (.mpc) audio player"; description = "mpc123, a Musepack (.mpc) audio player";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "mpg321, a command-line MP3 player"; description = "mpg321, a command-line MP3 player";
homepage = http://mpg321.sourceforge.net/; homepage = http://mpg321.sourceforge.net/;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
homepage = http://freedesktop.org/software/pulseaudio/pavucontrol/ ; homepage = http://freedesktop.org/software/pulseaudio/pavucontrol/ ;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice

View File

@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Doing phonetics by computer"; description = "Doing phonetics by computer";
homepage = http://www.fon.hum.uva.nl/praat/; homepage = http://www.fon.hum.uva.nl/praat/;
license = "GPLv2+"; # Has some 3rd-party code in it though license = stdenv.lib.licenses.gpl2Plus; # Has some 3rd-party code in it though
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -149,7 +149,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = https://www.spotify.com/; homepage = https://www.spotify.com/;
description = "Spotify for Linux allows you to play music from the Spotify music service"; description = "Spotify for Linux allows you to play music from the Spotify music service";
license = "unfree"; license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.eelco ]; maintainers = [ stdenv.lib.maintainers.eelco ];
}; };
} }

View File

@ -16,6 +16,6 @@ stdenv.mkDerivation {
files, notably the `ogg123' player and the `oggenc' encoder. files, notably the `ogg123' player and the `oggenc' encoder.
''; '';
homepage = http://xiph.org/vorbis/; homepage = http://xiph.org/vorbis/;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -13,6 +13,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Hex editor with vim style keybindings"; description = "Hex editor with vim style keybindings";
homepage = http://bvi.sourceforge.net/download.html; homepage = http://bvi.sourceforge.net/download.html;
license = "GPL2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
full-screen editors such as GNU Emacs or GNU Moe. full-screen editors such as GNU Emacs or GNU Moe.
''; '';
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
homepage = http://www.gnu.org/software/ed/; homepage = http://www.gnu.org/software/ed/;

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Auto-complete extension for Emacs"; description = "Auto-complete extension for Emacs";
homepage = http://cx4a.org/software/auto-complete/; homepage = http://cx4a.org/software/auto-complete/;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A calendar framework for Emacs"; description = "A calendar framework for Emacs";
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow ]; maintainers = with stdenv.lib.maintainers; [ chaoflow ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;

View File

@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
Development Environment), and COGRE (COnnected GRaph Editor). Development Environment), and COGRE (COnnected GRaph Editor).
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://cedet.sourceforge.net/; homepage = http://cedet.sourceforge.net/;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Emacs major mode for CoffeeScript, unfancy JavaScript"; description = "Emacs major mode for CoffeeScript, unfancy JavaScript";
homepage = https://github.com/defunkt/coffee-mode; homepage = https://github.com/defunkt/coffee-mode;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Emacs-lisp mode for skinning your Emacs"; description = "Emacs-lisp mode for skinning your Emacs";
homepage = http://www.nongnu.org/color-theme; homepage = http://www.nongnu.org/color-theme;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A pcl-cvs like interface for managing darcs patches."; description = "A pcl-cvs like interface for managing darcs patches.";
homepage = "http://hub.darcs.net/simon/darcsum"; homepage = "http://hub.darcs.net/simon/darcsum";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.falsifian ]; maintainers = [ stdenv.lib.maintainers.falsifian ];
}; };
} }

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
navigation and overview. navigation and overview.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://ecb.sourceforge.net/; homepage = http://ecb.sourceforge.net/;

View File

@ -20,7 +20,6 @@ clangStdenv.mkDerivation {
meta = { meta = {
homepage = "https://github.com/Golevka/emacs-clang-complete-async"; homepage = "https://github.com/Golevka/emacs-clang-complete-async";
description = "An emacs plugin to complete C and C++ code using libclang"; description = "An emacs plugin to complete C and C++ code using libclang";
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
}; };
} }

View File

@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
developed a simple Emacs interface to w3m. developed a simple Emacs interface to w3m.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://emacs-w3m.namazu.org/; homepage = http://emacs-w3m.namazu.org/;

View File

@ -64,7 +64,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/emms/; homepage = http://www.gnu.org/software/emms/;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A (very early) GitHub client library for Emacs"; description = "A (very early) GitHub client library for Emacs";
homepage = https://github.com/sigma/gh.el; homepage = https://github.com/sigma/gh.el;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Emacs integration for gist.github.com"; description = "Emacs integration for gist.github.com";
homepage = https://github.com/sigma/gist.el; homepage = https://github.com/sigma/gist.el;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Emacs major mode for Idris"; description = "Emacs major mode for Idris";
homepage = https://github.com/idris-hackers/idris-mode; homepage = https://github.com/idris-hackers/idris-mode;
license = "GPLv3"; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Emacs major mode for jade and stylus"; description = "Emacs major mode for jade and stylus";
homepage = https://github.com/brianc/jade-mode; homepage = https://github.com/brianc/jade-mode;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -89,7 +89,7 @@ in
* Java source interpreter (Pat Neimeyer's BeanShell) * Java source interpreter (Pat Neimeyer's BeanShell)
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "tiny logging framework for Emacs"; description = "tiny logging framework for Emacs";
homepage = https://github.com/sigma/logito; homepage = https://github.com/sigma/logito;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Insert dummy pseudo Latin text for Emacs"; description = "Insert dummy pseudo Latin text for Emacs";
homepage = http://www.emacswiki.org/emacs/LoremIpsum; homepage = http://www.emacswiki.org/emacs/LoremIpsum;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://github.com/magit/magit"; homepage = "https://github.com/magit/magit";
description = "Magit, an Emacs interface to Git"; description = "Magit, an Emacs interface to Git";
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
longDescription = '' longDescription = ''
With Magit, you can inspect and modify your Git repositories with With Magit, you can inspect and modify your Git repositories with

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Emacs mode for the programming language Maude"; description = "Emacs mode for the programming language Maude";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
}; };

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "an emacs library to access metaweblog based weblogs"; description = "an emacs library to access metaweblog based weblogs";
homepage = https://github.com/punchagan/metaweblog; homepage = https://github.com/punchagan/metaweblog;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -42,7 +42,7 @@ stdenv.mkDerivation rec {
than that found in GNU Emacs. than that found in GNU Emacs.
''; '';
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ]; maintainers = with stdenv.lib.maintainers; [ chaoflow pSub ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Publish directly from Emacs org-mode to WordPress blogs"; description = "Publish directly from Emacs org-mode to WordPress blogs";
homepage = https://github.com/punchagan/org2blog; homepage = https://github.com/punchagan/org2blog;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Persistent caching for Emacs"; description = "Persistent caching for Emacs";
homepage = https://github.com/sigma/pcache.el; homepage = https://github.com/sigma/pcache.el;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation (rec {
s|/sbin/install-info|install-info|g" s|/sbin/install-info|install-info|g"
# Workaround for bug #458 # Workaround for bug #458
# ProofGeneral 4.2 byte-compilation fails with Emacs 24.2.90 # ProofGeneral 4.2 byte-compilation fails with Emacs 24.2.90
# http://proofgeneral.inf.ed.ac.uk/trac/ticket/458 # http://proofgeneral.inf.ed.ac.uk/trac/ticket/458
sed -i "Makefile" \ sed -i "Makefile" \
@ -48,7 +48,7 @@ stdenv.mkDerivation (rec {
interactive theorem provers), based on the customizable text editor Emacs. interactive theorem provers), based on the customizable text editor Emacs.
''; '';
homepage = http://proofgeneral.inf.ed.ac.uk; homepage = http://proofgeneral.inf.ed.ac.uk;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.unix; # arbitrary choice platforms = stdenv.lib.platforms.unix; # arbitrary choice
}; };
}) })

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Enhanced Emacs support for editing and running Scheme code"; description = "Enhanced Emacs support for editing and running Scheme code";
homepage = http://www.neilvandyke.org/quack/; homepage = http://www.neilvandyke.org/quack/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Mark a rectangle of text with highlighting"; description = "Mark a rectangle of text with highlighting";
homepage = http://emacswiki.org/emacs/RectangleMark; homepage = http://emacswiki.org/emacs/RectangleMark;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -40,6 +40,6 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://gna.org/projects/remember-el/; homepage = http://gna.org/projects/remember-el/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
}; };
} }

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Two-pane file manager for Emacs based on Dired and inspired by MC"; description = "Two-pane file manager for Emacs based on Dired and inspired by MC";
homepage = http://www.emacswiki.org/emacs/Sunrise_Commander; homepage = http://www.emacswiki.org/emacs/Sunrise_Commander;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -25,6 +25,6 @@ in stdenv.mkDerivation {
homepage = https://github.com/bnbeckwith/writegood-mode; homepage = https://github.com/bnbeckwith/writegood-mode;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.pSub ]; maintainers = [ stdenv.lib.maintainers.pSub ];
license = "GPL3"; license = stdenv.lib.licenses.gpl3;
}; };
} }

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Elisp implementation of clientside XML-RPC"; description = "Elisp implementation of clientside XML-RPC";
homepage = https://launchpad.net/xml-rpc-el; homepage = https://launchpad.net/xml-rpc-el;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };

View File

@ -13,7 +13,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "WYSIWYG PostScript annotator"; description = "WYSIWYG PostScript annotator";
homepage = "http://http://flpsed.org/flpsed.html"; homepage = "http://http://flpsed.org/flpsed.html";
license = "GPLv3"; license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.mesaPlatforms; platforms = stdenv.lib.platforms.mesaPlatforms;
}; };
} }

View File

@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://gobby.0x539.de/; homepage = http://gobby.0x539.de/;
description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat"; description = "A GTK-based collaborative editor supporting multiple documents in one session and a multi-user chat";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ maintainers.phreedom ]; maintainers = [ maintainers.phreedom ];
platforms = platforms.all; platforms = platforms.all;
}; };

View File

@ -35,6 +35,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Sophisticated text editor for code, markup and prose"; description = "Sophisticated text editor for code, markup and prose";
license = "unfree"; license = stdenv.lib.licenses.unfree;
}; };
} }

View File

@ -57,7 +57,6 @@ in stdenv.mkDerivation {
meta = { meta = {
description = "Sophisticated text editor for code, markup and prose"; description = "Sophisticated text editor for code, markup and prose";
maintainers = stdenv.lib.maintainers.wmertens; maintainers = stdenv.lib.maintainers.wmertens;
license = "unfree"; license = stdenv.lib.licenses.unfree;
}; };
} }

View File

@ -88,7 +88,7 @@ stdenv.mkDerivation rec {
collaborative authoring are planned for later. collaborative authoring are planned for later.
''; '';
homepage = http://texmacs.org/; homepage = http://texmacs.org/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.roconnor ]; maintainers = [ stdenv.lib.maintainers.roconnor ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice
}; };

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/zile/; homepage = http://www.gnu.org/software/zile/;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ ]; maintainers = [ ];
}; };

View File

@ -13,6 +13,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://hugin.sourceforge.net/; homepage = http://hugin.sourceforge.net/;
description = "Implementation in C of the autopano-sift algorithm for automatically stitching panoramas"; description = "Implementation in C of the autopano-sift algorithm for automatically stitching panoramas";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Viewer of CBR and CBZ files, often used to store scanned comics"; description = "Viewer of CBR and CBZ files, often used to store scanned comics";
homepage = http://comical.sourceforge.net/; homepage = http://comical.sourceforge.net/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://djvu.sourceforge.net/djview4.html; homepage = http://djvu.sourceforge.net/djview4.html;
description = "A new portable DjVu viewer and browser plugin"; description = "A new portable DjVu viewer and browser plugin";
license = "GPL2"; license = stdenv.lib.licenses.gpl2;
inherit (qt4.meta) platforms; inherit (qt4.meta) platforms;
maintainers = [ stdenv.lib.maintainers.urkud ]; maintainers = [ stdenv.lib.maintainers.urkud ];
}; };

View File

@ -45,7 +45,7 @@ stdenv.mkDerivation rec {
initially based on GQview. initially based on GQview.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://geeqie.sourceforge.net; homepage = http://geeqie.sourceforge.net;

View File

@ -236,7 +236,7 @@ rec {
homepage = http://lensfun.sebastiankraft.net/; homepage = http://lensfun.sebastiankraft.net/;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;
}; };

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Cross platform image and hierarchical vector viewer based"; description = "Cross platform image and hierarchical vector viewer based";
homepage = http://giv.sourceforge.net/giv/; homepage = http://giv.sourceforge.net/giv/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://jocr.sourceforge.net/"; homepage = "http://jocr.sourceforge.net/";
description = "GPL Optical Character Recognition"; description = "GPL Optical Character Recognition";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];

View File

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://hugin.sourceforge.net/; homepage = http://hugin.sourceforge.net/;
description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end"; description = "Toolkit for stitching photographs and assembling panoramas, together with an easy to use graphical front end";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An editor for drawing figures"; description = "An editor for drawing figures";
homepage = http://ipe7.sourceforge.net; homepage = http://ipe7.sourceforge.net;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
longDescription = '' longDescription = ''
Ipe is an extensible drawing editor for creating figures in PDF and Postscript format. Ipe is an extensible drawing editor for creating figures in PDF and Postscript format.
It supports making small figures for inclusion into LaTeX-documents It supports making small figures for inclusion into LaTeX-documents

View File

@ -29,6 +29,6 @@ buildPythonPackage rec {
homepage = http://mcomix.sourceforge.net/; homepage = http://mcomix.sourceforge.net/;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "System for the processing and editing of unstructured 3D triangular meshes"; description = "System for the processing and editing of unstructured 3D triangular meshes";
homepage = http://meshlab.sourceforge.net/; homepage = http://meshlab.sourceforge.net/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://djvu.sourceforge.net/djview4.html; homepage = http://djvu.sourceforge.net/djview4.html;
description = "Black-and-white djvu page encoder and decoder that use interpage information"; description = "Black-and-white djvu page encoder and decoder that use interpage information";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.viric ]; maintainers = [ stdenv.lib.maintainers.viric ];
}; };
} }

View File

@ -24,6 +24,6 @@ buildPythonPackage rec {
homepage = http://mirageiv.sourceforge.net/; homepage = http://mirageiv.sourceforge.net/;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
backend to other programs. backend to other programs.
''; '';
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://panotools.sourceforge.net/; homepage = http://panotools.sourceforge.net/;
description = "Free software suite for authoring and displaying virtual reality panoramas"; description = "Free software suite for authoring and displaying virtual reality panoramas";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice
}; };

View File

@ -37,7 +37,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.pinta-project.com/; homepage = http://www.pinta-project.com/;
description = "Drawing/editing program modeled after Paint.NET"; description = "Drawing/editing program modeled after Paint.NET";
license = "MIT"; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation {
description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image"; description = "A tool for tracing a bitmap, which means, transforming a bitmap into a smooth, scalable image";
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.pSub ]; maintainers = [ stdenv.lib.maintainers.pSub ];
license = "GPL2"; license = stdenv.lib.licenses.gpl2;
}; };
} }

View File

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
aims to provide a workflow for high dynamic range (HDR) imaging. aims to provide a workflow for high dynamic range (HDR) imaging.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu; platforms = stdenv.lib.platforms.gnu;

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://www.sane-project.org/"; homepage = "http://www.sane-project.org/";
description = "Scanner Access Now Easy"; description = "Scanner Access Now Easy";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://www.sane-project.org/"; homepage = "http://www.sane-project.org/";
description = "Scanner Access Now Easy"; description = "Scanner Access Now Easy";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;

View File

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.sane-project.org/; homepage = http://www.sane-project.org/;
description = "Graphical scanning frontend for sane"; description = "Graphical scanning frontend for sane";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric simons]; maintainers = with stdenv.lib.maintainers; [viric simons];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -25,9 +25,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "https://github.com/Y-Vladimir/SmartDeblur"; homepage = "https://github.com/Y-Vladimir/SmartDeblur";
description = "Tool for restoring blurry and defocused images"; description = "Tool for restoring blurry and defocused images";
license = "GPLv3"; license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ viric ]; maintainers = with stdenv.lib.maintainers; [ viric ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };
} }

View File

@ -16,7 +16,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Simple X Image Viewer"; description = "Simple X Image Viewer";
homepage = "https://github.com/muennich/sxiv"; homepage = "https://github.com/muennich/sxiv";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "OCR engine"; description = "OCR engine";
homepage = http://code.google.com/p/tesseract-ocr/; homepage = http://code.google.com/p/tesseract-ocr/;
license = "Apache2.0"; license = stdenv.lib.licenses.asl20;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
the camera's tone curves. the camera's tone curves.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ ]; maintainers = [ ];
platforms = stdenv.lib.platforms.gnu; # needs GTK+ platforms = stdenv.lib.platforms.gnu; # needs GTK+

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
in mind (follows Gnome HIG2). in mind (follows Gnome HIG2).
''; '';
license = "GPLv3"; license = stdenv.lib.licenses.gpl3;
homepage = http://xsisqox.github.com/Viewnior; homepage = http://xsisqox.github.com/Viewnior;

View File

@ -29,6 +29,6 @@ rec {
meta = { meta = {
homepage = http://xaos.sourceforge.net/; homepage = http://xaos.sourceforge.net/;
description = "XaoS - fractal viewer"; description = "XaoS - fractal viewer";
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
}; };
} }

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = "http://abook.sourceforge.net/"; homepage = "http://abook.sourceforge.net/";
description = "Text-based addressbook program designed to use with mutt mail client"; description = "Text-based addressbook program designed to use with mutt mail client";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.edwtjo ]; maintainers = [ stdenv.lib.maintainers.edwtjo ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -25,6 +25,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Adobe Reader, a viewer for PDF documents"; description = "Adobe Reader, a viewer for PDF documents";
homepage = http://www.adobe.com/products/reader; homepage = http://www.adobe.com/products/reader;
license = "unfree"; license = stdenv.lib.licenses.unfree;
}; };
} }

View File

@ -15,6 +15,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An audio resampling library"; description = "An audio resampling library";
homepage = http://soxr.sourceforge.net; homepage = http://soxr.sourceforge.net;
license = "LGPLv2.1+"; license = stdenv.lib.licenses.lgpl21Plus;
}; };
} }

View File

@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
description = "A Qt4 Bible study tool"; description = "A Qt4 Bible study tool";
homepage = http://www.bibletime.info/; homepage = http://www.bibletime.info/;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.piotr ]; maintainers = [ stdenv.lib.maintainers.piotr ];
}; };
} }

View File

@ -44,6 +44,6 @@ stdenv.mkDerivation rec {
''; '';
homepage = "http://www.bitcoin.org/"; homepage = "http://www.bitcoin.org/";
maintainers = [ stdenv.lib.maintainers.roconnor ]; maintainers = [ stdenv.lib.maintainers.roconnor ];
license = "MIT"; license = stdenv.lib.licenses.mit;
}; };
} }

View File

@ -19,6 +19,6 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Graphical download manager"; description = "Graphical download manager";
homepage = http://www.krasu.ru/soft/chuchelo/; homepage = http://www.krasu.ru/soft/chuchelo/;
license = "Artistic"; license = stdenv.lib.licenses.perl5;
}; };
} }

View File

@ -28,9 +28,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "a generic, highly customizable, and efficient menu for the X Window System"; description = "a generic, highly customizable, and efficient menu for the X Window System";
homepage = http://tools.suckless.org/dmenu; homepage = http://tools.suckless.org/dmenu;
license = "MIT"; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
}; };
} }

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
GTK+ libraries. The aim of ePDFView is to make a simple PDF document GTK+ libraries. The aim of ePDFView is to make a simple PDF document
viewer, in the lines of Evince but without using the Gnome libraries. viewer, in the lines of Evince but without using the Gnome libraries.
''; '';
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
maintainers = with stdenv.lib.maintainers; [ astsmtl ]; maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Offline Wikipedia Viewer"; description = "Offline Wikipedia Viewer";
homepage = http://www.evopedia.info; homepage = http://www.evopedia.info;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Simple tool for input event debugging"; description = "Simple tool for input event debugging";
license = "GPLv2"; license = stdenv.lib.licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };

View File

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Peer-to-peer currency with demurrage fee"; description = "Peer-to-peer currency with demurrage fee";
homepage = "http://freicoi.in/"; homepage = "http://freicoi.in/";
license = "MIT"; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View File

@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html; homepage = http://members.dslextreme.com/users/billw/gkrellm/gkrellm.html;
license = "GPLv3+"; license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;

View File

@ -71,7 +71,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "A world sphere viewer"; description = "A world sphere viewer";
homepage = http://earth.google.com; homepage = http://earth.google.com;
license = "unfree"; license = stdenv.lib.licenses.unfree;
maintainers = [ stdenv.lib.maintainers.viric ]; maintainers = [ stdenv.lib.maintainers.viric ];
}; };
} }

View File

@ -50,7 +50,7 @@ stdenv.mkDerivation {
homepage = http://www.gpsbabel.org/; homepage = http://www.gpsbabel.org/;
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
maintainers = [ stdenv.lib.maintainers.ludo ]; maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice platforms = stdenv.lib.platforms.gnu; # arbitrary choice

View File

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
one takes the GPS data in a different format. one takes the GPS data in a different format.
''; '';
license = "GPLv2+"; license = stdenv.lib.licenses.gpl2Plus;
homepage = http://freefoote.dview.net/linux_gpscorr.html; homepage = http://freefoote.dview.net/linux_gpscorr.html;
}; };

Some files were not shown because too many files have changed in this diff Show More