treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -50,7 +50,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Fork of NetHack";
|
||||
homepage = https://unnethack.wordpress.com/;
|
||||
homepage = "https://unnethack.wordpress.com/";
|
||||
license = "nethack";
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
|
||||
Reference in New Issue
Block a user