treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "DTS Coherent Acoustics decoder with support for HD extensions";
|
||||
maintainers = with maintainers; [ edwtjo ];
|
||||
homepage = https://github.com/foo86/dcadec;
|
||||
homepage = "https://github.com/foo86/dcadec";
|
||||
license = licenses.lgpl21;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user