treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Small utility for showing information about ELF files";
|
||||
homepage = https://elfinfo.roboticoverlords.org/;
|
||||
homepage = "https://elfinfo.roboticoverlords.org/";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user