about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2019-11-30 07:13:54 -0800
committerRenaud <c0bw3b@users.noreply.github.com>2019-11-30 16:13:54 +0100
commit114aaa1355bd83c842c299d431d3083004bd9760 (patch)
tree467d75b232c26c2f3a7a547f09ef6e14268c28ac /pkgs/applications/editors
parent909904d0ae8750cd6df237b7b439fd2ffeba6273 (diff)
rednotebook: 2.11.1 -> 2.14 (#74631)
* rednotebook: 2.11.1 -> 2.14
+ update meta.homepage
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/rednotebook/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/rednotebook/default.nix b/pkgs/applications/editors/rednotebook/default.nix
index 11a5b4c7ba344..6bb40f0166d1f 100644
--- a/pkgs/applications/editors/rednotebook/default.nix
+++ b/pkgs/applications/editors/rednotebook/default.nix
@@ -5,13 +5,13 @@
 
 buildPythonApplication rec {
   pname = "rednotebook";
-  version = "2.11.1";
+  version = "2.14";
 
   src = fetchFromGitHub {
     owner = "jendrikseipp";
     repo = "rednotebook";
     rev = "v${version}";
-    sha256 = "04c7a0wgmdl88v9386y1052c38ajbkryiwhqps5lx34d4g7r6hm1";
+    sha256 = "1xs2wvm9g8vypz25li7rm8m0j4dsdpqpajcvrc756x5m149dxc08";
   };
 
   # We have not packaged tests.
@@ -35,7 +35,7 @@ buildPythonApplication rec {
   strictDeps = false;
 
   meta = with lib; {
-    homepage = http://rednotebook.sourceforge.net/;
+    homepage = "https://rednotebook.sourceforge.io/";
     description = "A modern journal that includes a calendar navigation, customizable templates, export functionality and word clouds";
     license = licenses.gpl2;
     maintainers = with maintainers; [ orivej tstrobel ];