treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
|
||||
version = "2.8-2";
|
||||
|
||||
src = fetchurl {
|
||||
url = http://picat-lang.org/download/picat28_src.tar.gz;
|
||||
url = "http://picat-lang.org/download/picat28_src.tar.gz";
|
||||
sha256 = "10hf2fxxbpq28gi39icr8c9wafdiy9ddfkk6l4rx7kkqyrdi7n85";
|
||||
};
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation {
|
||||
Picat is a simple, and yet powerful, logic-based multi-paradigm
|
||||
programming language aimed for general-purpose applications.
|
||||
'';
|
||||
homepage = http://picat-lang.org/;
|
||||
homepage = "http://picat-lang.org/";
|
||||
license = stdenv.lib.licenses.mpl20;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = [ stdenv.lib.maintainers.earldouglas ];
|
||||
|
||||
Reference in New Issue
Block a user