···3030 meta = {
3131 homepage = "http://ledger-cli.org/";
3232 description = "A double-entry accounting system with a command-line reporting interface";
3333- license = "BSD";
3333+ license = stdenv.lib.licenses.bsd3;
34343535 longDescription = ''
3636 Ledger is a powerful, double-entry accounting system that is accessed
···4040 from the others by being extremely simple to setup and operate.
4141 '';
4242 homepage = http://www.fossil-scm.org/;
4343- license = "BSD";
4343+ license = stdenv.lib.licenses.bsd2;
4444 platforms = with stdenv.lib.platforms; all;
4545 maintainers = [ #Add your name here!
4646 stdenv.lib.maintainers.z77z
···88 sha256 = "0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix";
99 };
10101111- meta = {
1111+ meta = with stdenv.lib; {
1212 homepage = http://www.tortall.net/projects/yasm/;
1313 description = "Complete rewrite of the NASM assembler";
1414- license = "BSD";
1515- platforms = stdenv.lib.platforms.unix;
1414+ license = licenses.bsd2;
1515+ platforms = platforms.unix;
1616 };
1717}
+2-2
pkgs/development/interpreters/scsh/default.nix
···1515 };
16161717 meta = {
1818- description = "a Scheme shell";
1818+ description = "A Scheme shell";
1919 longDescription = ''
2020 SCSH is an implementation of the Scheme shell. It is implemented as
2121 a heap image which is interpreted by the Scheme 48 virtual machine.
2222 '';
2323 homepage = http://www.scsh.net/;
2424- license = "BSD";
2424+ license = stdenv.lib.licenses.bsd3;
2525 };
2626}
···18181919 meta = {
2020 description = "ONC RPC portmapper";
2121- license = "BSD";
2121+ license = stdenv.lib.licenses.bsd3;
2222 longDescription = ''
2323 Universal addresses to RPC program number mapper.
2424 '';
+1-1
pkgs/shells/ipython/default.nix
···4545 meta = {
4646 homepage = http://ipython.scipy.org/;
4747 description = "An interactive computing environment for Python";
4848- license = "BSD";
4848+ license = stdenv.lib.licenses.bsd3;
4949 longDescription = ''
5050 The goal of IPython is to create a comprehensive environment
5151 for interactive and exploratory computing. It consists of an
+1-1
pkgs/tools/X11/xdotool/default.nix
···1717 meta = {
1818 homepage = http://www.semicomplete.com/projects/xdotool/;
1919 description = "Fake keyboard/mouse input, window management, and more";
2020- license = "BSD";
2020+ license = stdenv.lib.licenses.bsd3;
2121 maintainers = with stdenv.lib.maintainers; [viric];
2222 platforms = with stdenv.lib.platforms; linux;
2323 };
+2-2
pkgs/tools/networking/dnstop/default.nix
···16161717 meta = {
1818 description = "libpcap application that displays DNS traffic on your network";
1919- homepage = "http://dns.measurement-factory.com/tools/dnstop";
2020- license = "BSD";
1919+ homepage = http://dns.measurement-factory.com/tools/dnstop;
2020+ license = stdenv.lib.licenses.bsd3;
2121 };
2222}