3
0
Fork 0
forked from mirrors/nixpkgs

Fix license attribute of many bsd-like licensed packages

This commit is contained in:
Pascal Wittmann 2014-12-21 00:00:35 +01:00
parent f55545c0c9
commit f94580da69
49 changed files with 60 additions and 60 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A light-weight image viewer"; description = "A light-weight image viewer";
homepage = https://derf.homelinux.org/projects/feh/; homepage = https://derf.homelinux.org/projects/feh/;
license = "BSD"; 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

@ -12,9 +12,9 @@ stdenv.mkDerivation rec {
configureFlags = "--with-ssl=openssl"; configureFlags = "--with-ssl=openssl";
meta = { meta = with stdenv.lib; {
description = "Minimalistic Murmur (Mumble server)"; description = "Minimalistic Murmur (Mumble server)";
license = "BSD"; license = licenses.bsd3;
homepage = http://code.google.com/p/umurmur/; homepage = http://code.google.com/p/umurmur/;
}; };
} }

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = "http://ledger-cli.org/"; homepage = "http://ledger-cli.org/";
description = "A double-entry accounting system with a command-line reporting interface"; description = "A double-entry accounting system with a command-line reporting interface";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
longDescription = '' longDescription = ''
Ledger is a powerful, double-entry accounting system that is accessed Ledger is a powerful, double-entry accounting system that is accessed

View file

@ -69,6 +69,6 @@ stdenv.mkDerivation {
checking. checking.
''; '';
homepage = "http://hol.sourceforge.net/"; homepage = "http://hol.sourceforge.net/";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -55,7 +55,7 @@ rec {
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
license = "BSD"; license = a.lib.licenses.bsd3;
inherit (sourceInfo) version; inherit (sourceInfo) version;
homepage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/"; homepage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/";
downloadPage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/download.html"; downloadPage = "http://page.mi.fu-berlin.de/cbenzmueller/leo/download.html";

View file

@ -38,7 +38,7 @@ rec {
]; ];
platforms = with a.lib.platforms; platforms = with a.lib.platforms;
linux; linux;
license = "BSD"; license = a.lib.licenses.bsd2;
}; };
passthru = { passthru = {
updateInfo = { updateInfo = {

View file

@ -40,7 +40,7 @@ stdenv.mkDerivation {
from the others by being extremely simple to setup and operate. from the others by being extremely simple to setup and operate.
''; '';
homepage = http://www.fossil-scm.org/; homepage = http://www.fossil-scm.org/;
license = "BSD"; license = stdenv.lib.licenses.bsd2;
platforms = with stdenv.lib.platforms; all; platforms = with stdenv.lib.platforms; all;
maintainers = [ #Add your name here! maintainers = [ #Add your name here!
stdenv.lib.maintainers.z77z stdenv.lib.maintainers.z77z

View file

@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.alliedvisiontec.com/us/products/software/linux/avt-fire4linux.html; homepage = http://www.alliedvisiontec.com/us/products/software/linux/avt-fire4linux.html;
description = "AVT Viewer application for AVT cameras"; description = "AVT Viewer application for AVT cameras";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.viric ]; maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; # because libdc1394avt is broken hydraPlatforms = []; # because libdc1394avt is broken

View file

@ -26,7 +26,7 @@ stdenv.mkDerivation (edk2.setup "OvmfPkg/OvmfPkg${targetArch}.dsc" {
meta = { meta = {
description = "Sample UEFI firmware for QEMU and KVM"; description = "Sample UEFI firmware for QEMU and KVM";
homepage = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF; homepage = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=OVMF;
license = "BSD"; license = stdenv.lib.licenses.bsd2;
maintainers = [ stdenv.lib.maintainers.shlevy ]; maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = ["x86_64-linux" "i686-linux"]; platforms = ["x86_64-linux" "i686-linux"];
}; };

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "A tiling window manager based on binary space partitioning"; description = "A tiling window manager based on binary space partitioning";
homepage = http://github.com/baskerville/bspwm; homepage = http://github.com/baskerville/bspwm;
maintainers = [ stdenv.lib.maintainers.meisternu ]; maintainers = [ stdenv.lib.maintainers.meisternu ];
license = "BSD"; license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A manual tiling window manager for X"; description = "A manual tiling window manager for X";
homepage = "http://herbstluftwm.org/"; homepage = "http://herbstluftwm.org/";
license = "BSD"; # Simplified BSD License license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Simple X hotkey daemon"; description = "Simple X hotkey daemon";
homepage = "http://github.com/baskerville/sxhkd"; homepage = "http://github.com/baskerville/sxhkd";
license = "BSD"; license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };
} }

View file

@ -61,7 +61,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.call-cc.org/; homepage = http://www.call-cc.org/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ the-kenny ]; maintainers = with stdenv.lib.maintainers; [ the-kenny ];
platforms = with stdenv.lib.platforms; allBut darwin; platforms = with stdenv.lib.platforms; allBut darwin;
description = "A portable compiler for the Scheme programming language"; description = "A portable compiler for the Scheme programming language";

View file

@ -33,8 +33,8 @@ edk2 = stdenv.mkDerivation {
meta = { meta = {
description = "Intel EFI development kit"; description = "Intel EFI development kit";
homepage = http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=EDK2; homepage = http://sourceforge.net/projects/edk2/;
license = "BSD"; license = stdenv.lib.licenses.bsd2;
maintainers = [ stdenv.lib.maintainers.shlevy ]; maintainers = [ stdenv.lib.maintainers.shlevy ];
platforms = ["x86_64-linux" "i686-linux"]; platforms = ["x86_64-linux" "i686-linux"];
}; };

View file

@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"; sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
}; };
meta = { meta = with stdenv.lib; {
homepage = http://www.tortall.net/projects/yasm/; homepage = http://www.tortall.net/projects/yasm/;
description = "Complete rewrite of the NASM assembler"; description = "Complete rewrite of the NASM assembler";
license = "BSD"; license = licenses.bsd2;
platforms = stdenv.lib.platforms.unix; platforms = platforms.unix;
}; };
} }

View file

@ -15,12 +15,12 @@ stdenv.mkDerivation {
}; };
meta = { meta = {
description = "a Scheme shell"; description = "A Scheme shell";
longDescription = '' longDescription = ''
SCSH is an implementation of the Scheme shell. It is implemented as SCSH is an implementation of the Scheme shell. It is implemented as
a heap image which is interpreted by the Scheme 48 virtual machine. a heap image which is interpreted by the Scheme 48 virtual machine.
''; '';
homepage = http://www.scsh.net/; homepage = http://www.scsh.net/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -10,6 +10,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.nongnu.org/confuse/; homepage = http://www.nongnu.org/confuse/;
description = "Configuration file parser library"; description = "Configuration file parser library";
license = "BSD"; license = stdenv.lib.licenses.isc;
}; };
} }

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.opensc-project.org/engine_pkcs11/; homepage = http://www.opensc-project.org/engine_pkcs11/;
license = "BSD"; license = stdenv.lib.licenses.bsdOriginal;
description = "Engine for OpenSSL to use smart cards in PKCS#11 format"; description = "Engine for OpenSSL to use smart cards in PKCS#11 format";
}; };
} }

View file

@ -19,6 +19,6 @@ stdenv.mkDerivation {
combination of description and tag/value pairs. combination of description and tag/value pairs.
''; '';
homepage = "http://www.balabit.com/support/community/products/"; homepage = "http://www.balabit.com/support/community/products/";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://people.cs.ubc.ca/~mariusm/flann/; homepage = http://people.cs.ubc.ca/~mariusm/flann/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
description = "Fast approximate nearest neighbor searches in high dimensional spaces"; description = "Fast approximate nearest neighbor searches in high dimensional spaces";
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

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://code.google.com/p/google-glog/; homepage = http://code.google.com/p/google-glog/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
description = "Library for application-level logging"; description = "Library for application-level logging";
}; };
} }

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Insight Segmentation and Registration Toolkit"; description = "Insight Segmentation and Registration Toolkit";
homepage = http://www.itk.org/; homepage = http://www.itk.org/;
license = "BSD"; 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

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Library with the aim of simplifying DNS programming in C"; description = "Library with the aim of simplifying DNS programming in C";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
homepage = "http://www.nlnetlabs.nl/projects/ldns/"; homepage = "http://www.nlnetlabs.nl/projects/ldns/";
}; };
} }

View file

@ -9,8 +9,8 @@ stdenv.mkDerivation rec {
}; };
meta = { meta = {
homepage = "http://libcello.org/"; homepage = http://libcello.org/;
description = "Higher level programming in C"; description = "Higher level programming in C";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Provides a simplified, portable interface to several low-level networking routines"; description = "Provides a simplified, portable interface to several low-level networking routines";
homepage = http://code.google.com/p/libdnet/; homepage = http://code.google.com/p/libdnet/;
license = "BSD"; # New BSD license license = stdenv.lib.licenses.bsd3;
maintainers = [stdenv.lib.maintainers.marcweber]; maintainers = [stdenv.lib.maintainers.marcweber];
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "F2c converts Fortran 77 source code to C"; description = "F2c converts Fortran 77 source code to C";
homepage = http://www.netlib.org/f2c/; homepage = http://www.netlib.org/f2c/;
license = "BSD"; license = stdenv.lib.licenses.mit;
}; };
} }

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Library for MUSCLE smartcard applications"; description = "Library for MUSCLE smartcard applications";
homepage = http://pcsclite.alioth.debian.org/; homepage = http://pcsclite.alioth.debian.org/;
license = "BSD"; license = stdenv.lib.licenses.lgpl21;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
broken = true; broken = true;

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open, royalty-free, highly versatile audio codec"; description = "Open, royalty-free, highly versatile audio codec";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
homepage = http://www.opus-codec.org/; homepage = http://www.opus-codec.org/;
}; };
} }

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open Computer Vision Library with more than 500 algorithms"; description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.willowgarage.com/; homepage = http://opencv.willowgarage.com/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
broken = true; broken = true;

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open Computer Vision Library with more than 500 algorithms"; description = "Open Computer Vision Library with more than 500 algorithms";
homepage = http://opencv.org/; homepage = http://opencv.org/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric flosse]; maintainers = with stdenv.lib.maintainers; [viric flosse];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View file

@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://www.openjpeg.org/; homepage = http://www.openjpeg.org/;
description = "Open-source JPEG 2000 codec written in C language"; description = "Open-source JPEG 2000 codec written in C language";
license = "BSD"; license = stdenv.lib.licenses.bsd2;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
}; };
} }

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://pointclouds.org/; homepage = http://pointclouds.org/;
description = "Open project for 2D/3D image and point cloud processing"; description = "Open project for 2D/3D image and point cloud processing";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
broken = true; broken = true;

View file

@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = { meta = {
description = "Graphical effect and filter library for KDE4"; description = "Graphical effect and filter library for KDE4";
license = "BSD"; license = stdenv.lib.licenses.bsd2;
homepage = "http://${pn}.sourceforge.net"; homepage = "http://${pn}.sourceforge.net";
}; };
} }

View file

@ -15,6 +15,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.freedesktop.org/software/startup-notification; homepage = http://www.freedesktop.org/software/startup-notification;
description = "Application startup notification and feedback library"; description = "Application startup notification and feedback library";
license = "BSD"; license = stdenv.lib.licenses.lgpl2;
}; };
} }

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
meta = { meta = {
homepage = http://xiph.org/tremor/; homepage = http://xiph.org/tremor/;
description = "Fixed-point version of the Ogg Vorbis decoder"; description = "Fixed-point version of the Ogg Vorbis decoder";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Open source libraries for 3D computer graphics, image processing and visualization"; description = "Open source libraries for 3D computer graphics, image processing and visualization";
homepage = http://www.vtk.org/; homepage = http://www.vtk.org/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ viric bbenoist ]; maintainers = with stdenv.lib.maintainers; [ viric bbenoist ];
platforms = with stdenv.lib.platforms; linux; platforms = with stdenv.lib.platforms; linux;
}; };

View file

@ -1,4 +1,4 @@
{ composableDerivation, fetchurl }: { stdenv, composableDerivation, fetchurl }:
let edf = composableDerivation.edf; let edf = composableDerivation.edf;
name = "gxemul-0.4.6"; name = "gxemul-0.4.6";
@ -29,9 +29,9 @@ composableDerivation.composableDerivation {} {
configurePhase = "./configure"; configurePhase = "./configure";
meta = { meta = {
license = "BSD"; license = stdenv.lib.licenses.bsd3;
description = "A Machine Emulator, mainly emulates MIPS, but supports other CPU types"; description = "A Machine Emulator, mainly emulates MIPS, but supports other CPU types";
homepage = http://gavare.se/gxemul/; homepage = http://gxemul.sourceforge.net/;
}; };
mergeAttrBy = { installPhase = a : b : "${a}\n${b}"; }; mergeAttrBy = { installPhase = a : b : "${a}\n${b}"; };

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Tool to use nl80211"; description = "Tool to use nl80211";
homepage = http://wireless.kernel.org/en/users/Documentation/iw; homepage = http://wireless.kernel.org/en/users/Documentation/iw;
license = "BSD"; license = stdenv.lib.licenses.isc;
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

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A userspace helper that runs x86 code in an emulated environment"; description = "A userspace helper that runs x86 code in an emulated environment";
homepage = http://dev.gentoo.org/~spock/projects/uvesafb/; homepage = http://dev.gentoo.org/~spock/projects/uvesafb/;
license = "BSD"; license = stdenv.lib.licenses.gpl2;
platforms = [ "i686-linux" "x86_64-linux" ]; platforms = [ "i686-linux" "x86_64-linux" ];
}; };
} }

View file

@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Lightweight high-performance web server"; description = "Lightweight high-performance web server";
homepage = http://www.lighttpd.net/; homepage = http://www.lighttpd.net/;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
platforms = platforms.linux; platforms = platforms.linux;
maintainers = [ maintainers.bjornfor ]; maintainers = [ maintainers.bjornfor ];
}; };

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://redis.io; homepage = http://redis.io;
description = "An open source, advanced key-value store"; description = "An open source, advanced key-value store";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = [ maintainers.berdario ]; maintainers = [ maintainers.berdario ];
}; };

View file

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "ONC RPC portmapper"; description = "ONC RPC portmapper";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
longDescription = '' longDescription = ''
Universal addresses to RPC program number mapper. Universal addresses to RPC program number mapper.
''; '';

View file

@ -45,7 +45,7 @@ buildPythonPackage rec {
meta = { meta = {
homepage = http://ipython.scipy.org/; homepage = http://ipython.scipy.org/;
description = "An interactive computing environment for Python"; description = "An interactive computing environment for Python";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
longDescription = '' longDescription = ''
The goal of IPython is to create a comprehensive environment The goal of IPython is to create a comprehensive environment
for interactive and exploratory computing. It consists of an for interactive and exploratory computing. It consists of an

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://www.semicomplete.com/projects/xdotool/; homepage = http://www.semicomplete.com/projects/xdotool/;
description = "Fake keyboard/mouse input, window management, and more"; description = "Fake keyboard/mouse input, window management, and more";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
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 = "libpcap application that displays DNS traffic on your network"; description = "libpcap application that displays DNS traffic on your network";
homepage = "http://dns.measurement-factory.com/tools/dnstop"; homepage = http://dns.measurement-factory.com/tools/dnstop;
license = "BSD"; license = stdenv.lib.licenses.bsd3;
}; };
} }

View file

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "An adhoc wireless mesh routing daemon"; description = "An adhoc wireless mesh routing daemon";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
homepage = "http://olsr.org/"; homepage = http://olsr.org/;
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

@ -26,6 +26,6 @@ stdenv.mkDerivation {
meta = { meta = {
homepage = http://code.google.com/p/slimrat/; homepage = http://code.google.com/p/slimrat/;
description = "Linux Rapidshare downloader"; description = "Linux Rapidshare downloader";
license = "BSD"; license = stdenv.lib.licenses.mit;
}; };
} }

View file

@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "Lightweight userspace bandwidth shaper"; description = "Lightweight userspace bandwidth shaper";
license = "BSD"; license = stdenv.lib.licenses.bsd3;
homepage = http://monkey.org/~marius/pages/?page=trickle; homepage = http://monkey.org/~marius/pages/?page=trickle;
platforms = stdenv.lib.platforms.linux; platforms = stdenv.lib.platforms.linux;
}; };

View file

@ -26,8 +26,8 @@ stdenv.mkDerivation {
meta = { meta = {
description = ''Command-line interface to IPMI-enabled devices''; description = ''Command-line interface to IPMI-enabled devices'';
license = "BSD"; license = stdenv.lib.licenses.bsd3;
homepage = "http://ipmitool.sourceforge.net"; homepage = http://ipmitool.sourceforge.net;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.simons ]; maintainers = [ stdenv.lib.maintainers.simons ];