treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
goDeps = ./deps.nix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "A flexible developer tool that runs processes and responds to filesystem changes";
|
||||
homepage = https://github.com/cortesi/modd;
|
||||
homepage = "https://github.com/cortesi/modd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ kierdavis ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user