treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -23,7 +23,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open, royalty-free, highly versatile audio codec";
|
||||
license = stdenv.lib.licenses.bsd3;
|
||||
homepage = http://www.opus-codec.org/;
|
||||
homepage = "http://www.opus-codec.org/";
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user