treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A minimal, fast alternative to 'du -sh'";
|
||||
homepage = https://github.com/sharkdp/diskus;
|
||||
homepage = "https://github.com/sharkdp/diskus";
|
||||
license = with licenses; [ asl20 /* or */ mit ];
|
||||
maintainers = [ maintainers.fuerbringer ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user