From f55d365058411f6aa34aedb50ffd69876e54e8d1 Mon Sep 17 00:00:00 2001 From: Pierre Labadens Date: Fri, 9 Apr 2021 00:09:55 +0200 Subject: [PATCH 1/2] maintainers: add plabadens --- maintainers/maintainer-list.nix | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/maintainers/maintainer-list.nix b/maintainers/maintainer-list.nix index 7eaed583f78..c616567ba26 100644 --- a/maintainers/maintainer-list.nix +++ b/maintainers/maintainer-list.nix @@ -7631,6 +7631,16 @@ githubId = 610615; name = "Chih-Mao Chen"; }; + plabadens = { + name = "Pierre Labadens"; + email = "labadens.pierre+nixpkgs@gmail.com"; + github = "plabadens"; + githubId = 4303706; + keys = [{ + longkeyid = "rsa2048/0xF55814E4D6874375"; + fingerprint = "B00F E582 FD3F 0732 EA48 3937 F558 14E4 D687 4375"; + }]; + }; plchldr = { email = "mail@oddco.de"; github = "plchldr"; From c60e80494b4f7e1aea680fd540319524b600d114 Mon Sep 17 00:00:00 2001 From: Pierre Labadens Date: Fri, 9 Apr 2021 00:10:12 +0200 Subject: [PATCH 2/2] free42: 3.0.1 -> 3.0.2 Add plabadens as a maintainer. --- pkgs/applications/misc/free42/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/misc/free42/default.nix b/pkgs/applications/misc/free42/default.nix index 51867a6acee..4ae1e8aede8 100644 --- a/pkgs/applications/misc/free42/default.nix +++ b/pkgs/applications/misc/free42/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "free42"; - version = "3.0.1"; + version = "3.0.2"; src = fetchFromGitHub { owner = "thomasokken"; repo = pname; rev = "v${version}"; - sha256 = "sha256-Htk2NHgYVL622URx67BUtounAUopLTahaSqfAqd3+ZI="; + sha256 = "sha256-dU8c+tpt+4nCWQj3P2rl6CJNtWFcXaYb3ZESg8hAllQ="; }; nativeBuildInputs = [ copyDesktopItems pkg-config ]; @@ -84,7 +84,7 @@ stdenv.mkDerivation rec { homepage = "https://github.com/thomasokken/free42"; description = "A software clone of HP-42S Calculator"; license = licenses.gpl2Only; - maintainers = with maintainers; [ AndersonTorres ]; + maintainers = with maintainers; [ AndersonTorres plabadens ]; platforms = with platforms; unix; }; }