Merge pull request #25164 from marsam/master

Homogenize abc-verifier, dwm, osmctools homepages
This commit is contained in:
Michael Raskin
2017-05-01 15:47:15 +02:00
committed by GitHub
3 changed files with 5 additions and 5 deletions
+3 -3
View File
@@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Command line tools for transforming Open Street Map files"; description = "Command line tools for transforming Open Street Map files";
homepage = '' homepage = [
http://wiki.openstreetmap.org/wiki/Osmconvert https://wiki.openstreetmap.org/wiki/Osmconvert
https://wiki.openstreetmap.org/wiki/Osmfilter https://wiki.openstreetmap.org/wiki/Osmfilter
''; ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
meta = { meta = {
description = "A tool for squential logic synthesis and ormal verification"; description = "A tool for squential logic synthesis and ormal verification";
homepage = "www.eecs.berkeley.edu/~alanmi/abc/abc.htm"; homepage = "https://people.eecs.berkeley.edu/~alanmi/abc/abc.htm";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix; platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.thoughtpolice ]; maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
@@ -21,7 +21,7 @@ stdenv.mkDerivation {
buildPhase = " make "; buildPhase = " make ";
meta = { meta = {
homepage = "www.suckless.org"; homepage = "http://suckless.org/";
description = "Dynamic window manager for X"; description = "Dynamic window manager for X";
license = stdenv.lib.licenses.mit; license = stdenv.lib.licenses.mit;
maintainers = with stdenv.lib.maintainers; [viric]; maintainers = with stdenv.lib.maintainers; [viric];