treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "A piece of software for reasoning about monoidal theories; in particular, quantum information processing";
|
||||
license = licenses.gpl3;
|
||||
homepage = https://quantomatic.github.io/;
|
||||
homepage = "https://quantomatic.github.io/";
|
||||
maintainers = with maintainers; [ nickhu ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user