summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/byzanz
diff options
context:
space:
mode:
authorMichael Reilly <OmnipotentEntity@gmail.com>2020-03-31 21:11:51 -0400
committerJörg Thalheim <joerg@thalheim.io>2020-04-10 17:54:53 +0100
commit84cf00f98031e93f389f1eb93c4a7374a33cc0a9 (patch)
tree203c51a8740cb4893b8cfc4426d4cd49a97430e0 /pkgs/applications/video/byzanz
parentbf5eb87033cc6a5de5cc48da544c17a4dedc790b (diff)
treewide: Per RFC45, remove all unquoted URLs
Diffstat (limited to 'pkgs/applications/video/byzanz')
-rw-r--r--pkgs/applications/video/byzanz/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/video/byzanz/default.nix b/pkgs/applications/video/byzanz/default.nix
index 10685a72f109..f5d40a5c34cc 100644
--- a/pkgs/applications/video/byzanz/default.nix
+++ b/pkgs/applications/video/byzanz/default.nix
@@ -5,7 +5,7 @@ stdenv.mkDerivation {
pname = "byzanz";
src = fetchgit {
- url = git://github.com/GNOME/byzanz;
+ url = "git://github.com/GNOME/byzanz";
rev = "1875a7f6a3903b83f6b1d666965800f47db9286a";
sha256 = "0a72fw2mxl8vdcdnzy0bwis4jk28pd7nc8qgr4vhyw5pd48dynvh";
};
@@ -24,7 +24,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "Tool to record a running X desktop to an animation suitable for presentation in a web browser";
- homepage = https://github.com/GNOME/byzanz;
+ homepage = "https://github.com/GNOME/byzanz";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = [ ];