Fix license attribute of many bsd-like licensed packages
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://www.semicomplete.com/projects/xdotool/;
|
||||
description = "Fake keyboard/mouse input, window management, and more";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "libpcap application that displays DNS traffic on your network";
|
||||
homepage = "http://dns.measurement-factory.com/tools/dnstop";
|
||||
license = "BSD";
|
||||
homepage = http://dns.measurement-factory.com/tools/dnstop;
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "An adhoc wireless mesh routing daemon";
|
||||
license = "BSD";
|
||||
homepage = "http://olsr.org/";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = http://olsr.org/;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
platforms = with stdenv.lib.platforms; linux;
|
||||
};
|
||||
|
||||
@@ -26,6 +26,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = http://code.google.com/p/slimrat/;
|
||||
description = "Linux Rapidshare downloader";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Lightweight userspace bandwidth shaper";
|
||||
license = "BSD";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = http://monkey.org/~marius/pages/?page=trickle;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
|
||||
@@ -26,8 +26,8 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = ''Command-line interface to IPMI-enabled devices'';
|
||||
license = "BSD";
|
||||
homepage = "http://ipmitool.sourceforge.net";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = http://ipmitool.sourceforge.net;
|
||||
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.simons ];
|
||||
|
||||
Reference in New Issue
Block a user