treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -23,7 +23,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "A simple testing framework for command line applications";
|
||||
homepage = https://bitheap.org/cram/;
|
||||
homepage = "https://bitheap.org/cram/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ jluttine ];
|
||||
# Tests fail on i686: https://hydra.nixos.org/build/52896671/nixlog/4
|
||||
|
||||
Reference in New Issue
Block a user