treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "cdrdao-1.2.3";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/cdrdao/cdrdao-1.2.3.tar.bz2;
|
||||
url = "mirror://sourceforge/cdrdao/cdrdao-1.2.3.tar.bz2";
|
||||
sha256 = "0pmpgx91j984snrsxbq1dgf3ximks2dfh1sqqmic72lrls7wp4w1";
|
||||
};
|
||||
|
||||
@@ -30,7 +30,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A tool for recording audio or data CD-Rs in disk-at-once (DAO) mode";
|
||||
homepage = http://cdrdao.sourceforge.net/;
|
||||
homepage = "http://cdrdao.sourceforge.net/";
|
||||
platforms = platforms.linux;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user