treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Compiler for Doom/Hexen scripts (ACS, BCS)";
|
||||
homepage = https://github.com/wormt/bcc;
|
||||
homepage = "https://github.com/wormt/bcc";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ertes];
|
||||
};
|
||||
|
||||
@@ -46,7 +46,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://zdoom.org/;
|
||||
homepage = "http://zdoom.org/";
|
||||
description = "Enhanced port of the official DOOM source code";
|
||||
# Doom source license, MAME license
|
||||
license = licenses.unfreeRedistributable;
|
||||
|
||||
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "ZDoom's internal node builder for DOOM maps";
|
||||
homepage = https://zdoom.org/wiki/ZDBSP;
|
||||
homepage = "https://zdoom.org/wiki/ZDBSP";
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ertes];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user