Merge pull request #269642 from chewblacka/update-remnote

remnote: 1.12.64 -> 1.13.0
This commit is contained in:
Emily Trau 2023-11-29 16:45:39 +11:00 committed by GitHub
commit 50dce93562
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -3172,6 +3172,11 @@
githubId = 18648043;
name = "Daniel Cartwright";
};
chewblacka = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
Chili-Man = {
email = "dr.elhombrechile@gmail.com";
name = "Diego Rodriguez";
@ -8414,11 +8419,6 @@
githubId = 31008330;
name = "Jann Marc Villablanca";
};
jgarcia = {
github = "chewblacka";
githubId = 18430320;
name = "John Garcia";
};
jgart = {
email = "jgart@dismail.de";
github = "jgarte";

View file

@ -49,7 +49,7 @@ perlPackages.buildPerlPackage rec {
license = licenses.gpl3Plus;
homepage = "https://github.com/get-iplayer/get_iplayer";
platforms = platforms.all;
maintainers = with maintainers; [ rika jgarcia ];
maintainers = with maintainers; [ rika chewblacka ];
};
}

View file

@ -6,11 +6,11 @@ stdenv.mkDerivation (finalAttrs: let
in
{
pname = "remnote";
version = "1.12.64";
version = "1.13.0";
src = fetchurl {
url = "https://download.remnote.io/remnote-desktop/RemNote-${version}.AppImage";
hash = "sha256-Pvz3bBpv4wN2NXxuKNNraCuOqvvtYOyg5PTSwMpL3cw=";
hash = "sha256-ovM7MnRqzy/mgz+h87hqIuvquODIfmxjdJG1NZYobbk=";
};
appexec = appimageTools.wrapType2 {
inherit pname version src;
@ -44,7 +44,7 @@ in
meta = with lib; {
description = "A note-taking application focused on learning and productivity";
homepage = "https://remnote.com/";
maintainers = with maintainers; [ max-niederman jgarcia ];
maintainers = with maintainers; [ max-niederman chewblacka ];
license = licenses.unfree;
platforms = [ "x86_64-linux" ];
mainProgram = "remnote";

View file

@ -69,7 +69,7 @@ perlPackages.buildPerlPackage rec {
license = licenses.gpl1Plus;
homepage = "https://github.com/dave-theunsub/clamtk";
platforms = platforms.linux;
maintainers = with maintainers; [ jgarcia ShamrockLee ];
maintainers = with maintainers; [ chewblacka ShamrockLee ];
};
}

View file

@ -81,7 +81,7 @@ python3Packages.buildPythonApplication rec {
homepage = "https://github.com/bpozdena/OneDriveGUI";
description = "A simple GUI for Linux OneDrive Client, with multi-account support";
license = licenses.gpl3Only;
maintainers = with maintainers; [ jgarcia ];
maintainers = with maintainers; [ chewblacka ];
platforms = platforms.linux;
};
}

View file

@ -37,7 +37,7 @@ buildGoModule rec {
homepage = "https://github.com/Vanilla-OS/apx";
changelog = "https://github.com/Vanilla-OS/apx/releases/tag/v${version}";
license = licenses.gpl3Only;
maintainers = with maintainers; [ dit7ya jgarcia ];
maintainers = with maintainers; [ dit7ya chewblacka ];
mainProgram = "apx";
};
}