treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -38,7 +38,7 @@ in stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Modern port of the classic 1982 text-mode game Snipes";
|
||||
homepage = https://www.vogons.org/viewtopic.php?f=7&t=49073;
|
||||
homepage = "https://www.vogons.org/viewtopic.php?f=7&t=49073";
|
||||
license = licenses.free; # This reverse-engineered source code is released with the original authors' permission.
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user