Merge pull request #25164 from marsam/master
Homogenize abc-verifier, dwm, osmctools homepages
This commit is contained in:
commit
41475012eb
@ -37,10 +37,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Command line tools for transforming Open Street Map files";
|
||||
homepage = ''
|
||||
http://wiki.openstreetmap.org/wiki/Osmconvert
|
||||
homepage = [
|
||||
https://wiki.openstreetmap.org/wiki/Osmconvert
|
||||
https://wiki.openstreetmap.org/wiki/Osmfilter
|
||||
'';
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
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;
|
||||
platforms = stdenv.lib.platforms.unix;
|
||||
maintainers = [ stdenv.lib.maintainers.thoughtpolice ];
|
||||
|
||||
@ -21,7 +21,7 @@ stdenv.mkDerivation {
|
||||
buildPhase = " make ";
|
||||
|
||||
meta = {
|
||||
homepage = "www.suckless.org";
|
||||
homepage = "http://suckless.org/";
|
||||
description = "Dynamic window manager for X";
|
||||
license = stdenv.lib.licenses.mit;
|
||||
maintainers = with stdenv.lib.maintainers; [viric];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user