summary refs log tree commit diff
path: root/pkgs/tools/misc/radeon-profile/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/radeon-profile/default.nix')
-rw-r--r--pkgs/tools/misc/radeon-profile/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/radeon-profile/default.nix b/pkgs/tools/misc/radeon-profile/default.nix
index 90498767c99..852c46b6d00 100644
--- a/pkgs/tools/misc/radeon-profile/default.nix
+++ b/pkgs/tools/misc/radeon-profile/default.nix
@@ -24,7 +24,7 @@ mkDerivation rec {
 
   meta = with lib; {
     description = "Application to read current clocks of AMD Radeon cards";
-    homepage    = https://github.com/marazmista/radeon-profile;
+    homepage    = "https://github.com/marazmista/radeon-profile";
     license     = licenses.gpl2Plus;
     platforms   = platforms.linux;
   };