treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -40,8 +40,8 @@ stdenv.mkDerivation rec {
|
||||
access the extra functionality of a Nitrokey Storage or Nitrokey Pro.
|
||||
See https://www.nitrokey.com/ for more information.
|
||||
'';
|
||||
homepage = https://github.com/Nitrokey/nitrokey-app;
|
||||
repositories.git = https://github.com/Nitrokey/nitrokey-app.git;
|
||||
homepage = "https://github.com/Nitrokey/nitrokey-app";
|
||||
repositories.git = "https://github.com/Nitrokey/nitrokey-app.git";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ kaiha fpletz ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user