treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -14,7 +14,7 @@ buildGoPackage rec {
|
||||
goDeps = ./deps.nix;
|
||||
meta = with stdenv.lib; {
|
||||
description = "A local webserver for developers";
|
||||
homepage = https://github.com/cortesi/devd;
|
||||
homepage = "https://github.com/cortesi/devd";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ brianhicks ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user