treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "change or display the stack size of an ELF binary";
|
||||
homepage = https://github.com/Gottox/chelf;
|
||||
homepage = "https://github.com/Gottox/chelf";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user