treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -20,7 +20,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Small command line application for keeping your project hostnames in sync with /etc/hosts";
|
||||
homepage = https://github.com/mpscholten/maphosts;
|
||||
homepage = "https://github.com/mpscholten/maphosts";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ mpscholten nicknovitski ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user