treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -68,7 +68,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A stand-alone, interactive, character sheet editor for the GURPS 4th Edition roleplaying game system";
|
||||
homepage = https://gurpscharactersheet.com/;
|
||||
homepage = "https://gurpscharactersheet.com/";
|
||||
license = licenses.mpl20;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [];
|
||||
|
||||
Reference in New Issue
Block a user