treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Colourful visualization tool for binary files";
|
||||
homepage = https://github.com/FireyFly/pixd;
|
||||
homepage = "https://github.com/FireyFly/pixd";
|
||||
maintainers = [ maintainers.FireyFly ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user