treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/miguelmarco/libhomfly/;
|
||||
homepage = "https://github.com/miguelmarco/libhomfly/";
|
||||
description = "Library to compute the homfly polynomial of knots and links";
|
||||
license = licenses.unlicense;
|
||||
maintainers = with maintainers; [ timokau ];
|
||||
|
||||
Reference in New Issue
Block a user