treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ buildGoPackage rec {
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/DarthSim/;
|
||||
homepage = "https://github.com/DarthSim/";
|
||||
description = "Process manager for Procfile-based applications";
|
||||
license = with licenses; [ mit ];
|
||||
maintainers = [ maintainers.sveitser ];
|
||||
|
||||
Reference in New Issue
Block a user