treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "hMETIS is a set of programs for partitioning hypergraphs";
|
||||
homepage = http://glaros.dtc.umn.edu/gkhome/metis/hmetis/overview;
|
||||
homepage = "http://glaros.dtc.umn.edu/gkhome/metis/hmetis/overview";
|
||||
license = licenses.unfree;
|
||||
platforms = [ "i686-linux" "x86_64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user