treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A utility for viewing/manipulating the MAC address of network interfaces";
|
||||
maintainers = with maintainers; [ joachifm ma27 ];
|
||||
license = licenses.gpl2Plus;
|
||||
homepage = https://www.gnu.org/software/macchanger;
|
||||
homepage = "https://www.gnu.org/software/macchanger";
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user