Skip to content

Commit

Permalink
Merge pull request #321436 from samueldr/ce n'est qu'un au revoir, à …
Browse files Browse the repository at this point in the history
…la prochaine!
  • Loading branch information
samueldr authored Jun 21, 2024
2 parents ad964c4 + 8477d0c commit 1c0bec2
Show file tree
Hide file tree
Showing 38 changed files with 34 additions and 298 deletions.
7 changes: 0 additions & 7 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17701,13 +17701,6 @@
githubId = 226872;
name = "Samuel Ainsworth";
};
samueldr = {
email = "[email protected]";
matrix = "@samueldr:matrix.org";
github = "samueldr";
githubId = 132835;
name = "Samuel Dionne-Riel";
};
samuelefacenda = {
name = "Samuele Facenda";
email = "[email protected]";
Expand Down
6 changes: 0 additions & 6 deletions maintainers/team-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -677,12 +677,6 @@ with lib.maintainers;
shortName = "Mercury Employees";
};

mobile = {
members = [ samueldr ];
scope = "Maintain Mobile NixOS.";
shortName = "Mobile";
};

nix = {
members = [
eelco
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/kde/alligator.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ mkDerivation rec {
# https://invent.kde.org/plasma-mobile/alligator/-/commit/db30f159c4700244532b17a260deb95551045b7a
# * SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
license = with licenses; [ gpl2Only gpl3Only ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/audiotube.nix
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ mkDerivation rec {
homepage = "https://invent.kde.org/plasma-mobile/audiotube";
# https://invent.kde.org/plasma-mobile/audiotube/-/tree/c503d0607a3386112beaa9cf990ab85fe33ef115/LICENSES
license = with licenses; [ bsd2 cc0 gpl2Only gpl3Only ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/calindori.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ mkDerivation rec {
description = "Calendar for Plasma Mobile";
homepage = "https://invent.kde.org/plasma-mobile/calindori";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/kalk.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ mkDerivation rec {
mainProgram = "kalk";
homepage = "https://invent.kde.org/plasma-mobile/kalk";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/kasts.nix
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/kasts/";
# https://invent.kde.org/plasma-mobile/kasts/-/tree/master/LICENSES
license = with licenses; [ bsd2 cc-by-sa-40 cc0 gpl2Only gpl2Plus gpl3Only gpl3Plus lgpl3Plus ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/kclock.nix
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ mkDerivation rec {
description = "Clock app for plasma mobile";
homepage = "https://invent.kde.org/plasma-mobile/kclock";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/keysmith.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ mkDerivation rec {
mainProgram = "keysmith";
license = licenses.gpl3;
homepage = "https://github.com/KDE/keysmith";
maintainers = with maintainers; [ samueldr shamilton ];
maintainers = with maintainers; [ shamilton ];
platforms = platforms.linux;
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/koko.nix
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/koko/";
# LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
license = [ licenses.lgpl3Only licenses.lgpl21Only ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/kpublictransport.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mkDerivation {
pname = "kpublictransport";
meta = with lib; {
license = [ licenses.cc0 ];
maintainers = [ maintainers.samueldr ];
maintainers = [ ];
};
nativeBuildInputs = [ extra-cmake-modules ];

Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/kde/krecorder.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ mkDerivation rec {
mainProgram = "krecorder";
homepage = "https://invent.kde.org/plasma-mobile/krecorder";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/ktrip.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ mkDerivation rec {
homepage = "https://apps.kde.org/ktrip/";
# GPL-2.0-or-later
license = licenses.gpl2Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/kde/kweather.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ mkDerivation rec {
mainProgram = "kweather";
homepage = "https://invent.kde.org/plasma-mobile/kweather";
license = with licenses; [ gpl2Plus cc-by-40 ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/maliit-framework/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,6 @@ mkDerivation rec {
mainProgram = "maliit-server";
homepage = "http://maliit.github.io/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/misc/maliit-keyboard/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,6 @@ mkDerivation rec {
mainProgram = "maliit-keyboard";
homepage = "http://maliit.github.io/";
license = with licenses; [ lgpl3Only bsd3 cc-by-30 ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/plasma-mobile/plasma-dialer.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,6 @@ mkDerivation rec {
mainProgram = "plasmaphonedialer";
homepage = "https://invent.kde.org/plasma-mobile/plasma-dialer";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/plasma-mobile/plasma-phonebook.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ mkDerivation rec {
homepage = "https://invent.kde.org/plasma-mobile/plasma-phonebook";
# https://invent.kde.org/plasma-mobile/plasma-phonebook/-/commit/3ac27760417e51c051c5dd44155c3f42dd000e4f
license = licenses.gpl3Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/plasma-mobile/plasma-settings.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ mkDerivation rec {
homepage = "https://invent.kde.org/plasma-mobile/plasma-settings";
# https://invent.kde.org/plasma-mobile/plasma-settings/-/commit/a59007f383308503e59498b3036e1483bca26e35
license = licenses.gpl2Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/applications/plasma-mobile/spacebar.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ mkDerivation {
mainProgram = "spacebar";
homepage = "https://invent.kde.org/plasma-mobile/spacebar";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
2 changes: 1 addition & 1 deletion pkgs/data/fonts/vegur/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
homepage = "http://dotcolon.net/font/vegur/";
description = "Humanist sans serif font";
platforms = platforms.all;
maintainers = with maintainers; [ minijackson samueldr ];
maintainers = with maintainers; [ minijackson ];
license = licenses.cc0;
};
})
2 changes: 1 addition & 1 deletion pkgs/development/libraries/kirigami-addons/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkDerivation rec {
homepage = "https://invent.kde.org/libraries/kirigami-addons";
# https://invent.kde.org/libraries/kirigami-addons/-/blob/b197d98fdd079b6fc651949bd198363872d1be23/src/treeview/treeviewplugin.cpp#L1-5
license = licenses.lgpl2Plus;
maintainers = with maintainers; [ samueldr matthiasbeyer ];
maintainers = with maintainers; [ matthiasbeyer ];
};
}

2 changes: 1 addition & 1 deletion pkgs/development/libraries/kweathercore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mkDerivation rec {

meta = with lib; {
license = [ licenses.cc0 ];
maintainers = [ maintainers.samueldr ];
maintainers = [ ];
description = ''
Library to facilitate retrieval of weather information including forecasts and alerts
'';
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libqofono/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ mkDerivation rec {
description = "Library for accessing the ofono daemon, and declarative plugin for it";
homepage = "https://git.sailfishos.org/mer-core/libqofono/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
platforms = platforms.linux;
};
}
31 changes: 0 additions & 31 deletions pkgs/development/tools/analysis/uefi-firmware-parser/default.nix

This file was deleted.

72 changes: 0 additions & 72 deletions pkgs/misc/cups/drivers/hll2390dw-cups/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/misc/uboot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ let
homepage = "https://www.denx.de/wiki/U-Boot/";
description = "Boot loader for embedded systems";
license = licenses.gpl2;
maintainers = with maintainers; [ bartsch dezgeg samueldr lopsided98 ];
maintainers = with maintainers; [ bartsch dezgeg lopsided98 ];
} // extraMeta;
} // removeAttrs args [ "extraMeta" "pythonScriptsToInstall" ]));
in {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/firmware/raspberrypi/armstubs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ stdenv.mkDerivation {
homepage = "https://github.com/raspberrypi/tools";
license = licenses.bsd3;
platforms = [ "armv6l-linux" "armv7l-linux" "aarch64-linux" ];
maintainers = with maintainers; [ samueldr ];
maintainers = with maintainers; [ ];
};
}
30 changes: 0 additions & 30 deletions pkgs/os-specific/linux/input-utils/default.nix

This file was deleted.

2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/syslinux/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ stdenv.mkDerivation {
homepage = "https://www.syslinux.org/";
description = "Lightweight bootloader";
license = licenses.gpl2Plus;
maintainers = [ maintainers.samueldr ];
maintainers = [ ];
platforms = [ "i686-linux" "x86_64-linux" ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/bootloaders/refind/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ stdenv.mkDerivation rec {
Linux kernels that provide EFI stub support.
'';
homepage = "http://refind.sourceforge.net/";
maintainers = with maintainers; [ AndersonTorres samueldr chewblacka ];
maintainers = with maintainers; [ AndersonTorres chewblacka ];
platforms = [ "i686-linux" "x86_64-linux" "aarch64-linux" ];
license = licenses.gpl3Plus;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/misc/grub/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ stdenv.mkDerivation rec {

platforms = if xenSupport then [ "x86_64-linux" "i686-linux" ] else platforms.gnu ++ platforms.linux;

maintainers = [ maintainers.samueldr ];
maintainers = [ ];
};
})
Loading

0 comments on commit 1c0bec2

Please sign in to comment.