about summary refs log tree commit diff
path: root/pkgs/tools/misc/pubs
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
committerJan Tojnar <jtojnar@gmail.com>2020-04-13 18:50:35 +0200
commita04625379a9e842cb987197c4f273de1bea807b7 (patch)
tree1d7de56a82a7806d6560a17c1bbdf19f86136c97 /pkgs/tools/misc/pubs
parent1ab03c3a76dd142a44c27951018f145ff78fb57e (diff)
parent6f6d2124fc890c41c7aaf0bee50f386866d30c15 (diff)
downloadnixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar.gz
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar.bz2
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar.lz
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar.xz
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.tar.zst
nixlib-a04625379a9e842cb987197c4f273de1bea807b7.zip
Merge branch 'master' into staging-next
Diffstat (limited to 'pkgs/tools/misc/pubs')
-rw-r--r--pkgs/tools/misc/pubs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/misc/pubs/default.nix b/pkgs/tools/misc/pubs/default.nix
index 4e840957ce32..96d1a5fc6a06 100644
--- a/pkgs/tools/misc/pubs/default.nix
+++ b/pkgs/tools/misc/pubs/default.nix
@@ -14,12 +14,12 @@ python3Packages.buildPythonApplication rec {
   patches = [
     # Fix for bibtexparser 1.1.0
     (fetchpatch {
-      url = https://github.com/pubs/pubs/pull/185/commits/e58ae98b93b8364a07fd5f5f452ba88ad332c948.patch;
+      url = "https://github.com/pubs/pubs/pull/185/commits/e58ae98b93b8364a07fd5f5f452ba88ad332c948.patch";
       sha256 = "1n7zrk119v395jj8wqg8wlymc9l9pq3v752yy3kam9kflc0aashp";
     })
     # Fix test broken by PyYAML 5.1
     (fetchpatch {
-      url = https://github.com/pubs/pubs/pull/194/commits/c3cb713ae76528eeeaaeb948fe319a76ab3934d8.patch;
+      url = "https://github.com/pubs/pubs/pull/194/commits/c3cb713ae76528eeeaaeb948fe319a76ab3934d8.patch";
       sha256 = "05as418m7wzs65839bb91b2jrs8l68z8ldcjcd9cn4b9fcgsf3rk";
     })
   ];
@@ -32,7 +32,7 @@ python3Packages.buildPythonApplication rec {
 
   meta = with stdenv.lib; {
     description = "Command-line bibliography manager";
-    homepage = https://github.com/pubs/pubs;
+    homepage = "https://github.com/pubs/pubs";
     license = licenses.lgpl3;
     maintainers = with maintainers; [ gebner ];
   };