treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A simple shell script wrapper around multiple package managers";
|
||||
homepage = https://gitlab.com/tim241/bunny;
|
||||
homepage = "https://gitlab.com/tim241/bunny";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ buffet ];
|
||||
|
||||
Reference in New Issue
Block a user