treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = {
|
||||
description = "The Forth implementation of the GNU project";
|
||||
homepage = https://www.gnu.org/software/gforth/;
|
||||
homepage = "https://www.gnu.org/software/gforth/";
|
||||
license = stdenv.lib.licenses.gpl3;
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
|
||||
|
||||
Reference in New Issue
Block a user