Don't use "with licenses;" for single licences

And don't use square brackets on such lines.
This commit is contained in:
Tobias Geerinckx-Rice
2015-05-28 19:20:29 +02:00
parent 831d597bfa
commit 158e1cfdd0
139 changed files with 164 additions and 164 deletions

View File

@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = http://www.bootchart.org/;
description = "Performance analysis and visualization of the GNU/Linux boot process";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
};
}

View File

@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://lwn.net/Articles/421072/";
description = "cat replacement";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ qknight ];
platforms = with platforms; all;
};

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
reliable and faster recovery.
'';
homepage = http://foremost.sourceforge.net/;
license = with licenses; publicDomain;
license = licenses.publicDomain;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://kernel.ubuntu.com/~cking/stress-ng;
downloadPage = http://kernel.ubuntu.com/~cking/tarballs/stress-ng/;
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
platforms = with platforms; linux;
maintainers = with maintainers; [ nckx ];
};

View File

@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
inherit version;
description = "Setuid-safe wrapper for chroot";
license = with licenses; gpl2Plus;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ nckx ];
};
}

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = "http://vicerveza.homeunix.net/~viric/soft/tm";
description = "terminal mixer - multiplexer for the i/o of terminal applications";
license = with licenses; gpl2;
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
platforms = with platforms; all;
};

View File

@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
description = "task spooler - batch queue";
license = with licenses; gpl2;
license = licenses.gpl2;
maintainers = with maintainers; [ viric ];
platforms = with platforms; all;
};

View File

@@ -20,7 +20,7 @@ stdenv.mkDerivation {
which can also easily be used to show your records on a web page.
'';
homepage = https://github.com/rpodgorny/uptimed/;
license = with licenses; gpl2;
license = licenses.gpl2;
platforms = with platforms; linux;
};