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 set of utilities for working with cue files and toc files";
|
||||
homepage = https://github.com/svend/cuetools;
|
||||
homepage = "https://github.com/svend/cuetools";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ codyopel jcumming ];
|
||||
platforms = platforms.all;
|
||||
|
||||
Reference in New Issue
Block a user