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 C/C++ implementation of a Sass compiler";
|
||||
homepage = https://github.com/sass/libsass;
|
||||
homepage = "https://github.com/sass/libsass";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ codyopel offline ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user