about summary refs log tree commit diff
path: root/pkgs/applications/editors
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-08-05 12:01:59 -0400
committerGitHub <noreply@github.com>2019-08-05 12:01:59 -0400
commitb044b6814f64b2fcc628ed24fae9e7e01ce7f7af (patch)
tree6affe76d1b96c70852a16be104a8de5da0335983 /pkgs/applications/editors
parent29cde60208ce6cf343c68394cff5bd84b6e6944d (diff)
parentc91d616881aa57486cdfc88ffae1208ef3bacc29 (diff)
Merge pull request #65914 from worldofpeace/update/elementary-appcenter
Update pantheon appcenter apps
Diffstat (limited to 'pkgs/applications/editors')
-rw-r--r--pkgs/applications/editors/quilter/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/editors/quilter/default.nix b/pkgs/applications/editors/quilter/default.nix
index 43ff16deb2d2c..f5c62b6f36edd 100644
--- a/pkgs/applications/editors/quilter/default.nix
+++ b/pkgs/applications/editors/quilter/default.nix
@@ -4,13 +4,13 @@
 
 stdenv.mkDerivation rec {
   pname = "quilter";
-  version = "1.9.2";
+  version = "1.9.3";
 
   src = fetchFromGitHub {
     owner = "lainsce";
     repo = pname;
     rev = version;
-    sha256 = "10r6d695avxj31yghb82ymgnd7f1dawwbqz3gfy0rycjza9dxvv8";
+    sha256 = "09acknajbkfpw8f5pay2qj69dzhwbiplsvpp1hy9ma6msmxkr6cm";
   };
 
   nativeBuildInputs = [
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
     description = "Focus on your writing - designed for elementary OS";
     homepage = https://github.com/lainsce/quilter;
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ worldofpeace ];
+    maintainers = pantheon.maintainers;
     platforms = platforms.linux;
   };
 }