diff options
author | Maciej Krüger | 2023-11-24 04:45:37 +0100 |
---|---|---|
committer | Maciej Krüger | 2023-11-24 05:19:53 +0100 |
commit | 4ae56bced4076586d986eefd021c7def4858fb84 (patch) | |
tree | dc37e0656ab82ed77b20da41ed50d6a0e7a9ceb0 /pkgs | |
parent | 9ad1173b97c15a38a65ba48786e47055b0a40bdb (diff) |
*: add myself to all openwrt packages as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r-- | pkgs/development/libraries/libubox/default.nix | 2 | ||||
-rw-r--r-- | pkgs/development/libraries/ubus/default.nix | 2 | ||||
-rw-r--r-- | pkgs/development/libraries/uci/default.nix | 2 | ||||
-rw-r--r-- | pkgs/development/libraries/ustream-ssl/default.nix | 2 | ||||
-rw-r--r-- | pkgs/tools/networking/netifd/default.nix | 2 | ||||
-rw-r--r-- | pkgs/tools/networking/uqmi/default.nix | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/pkgs/development/libraries/libubox/default.nix b/pkgs/development/libraries/libubox/default.nix index 2e5859f88d35..f54e5c5a5afa 100644 --- a/pkgs/development/libraries/libubox/default.nix +++ b/pkgs/development/libraries/libubox/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation { description = "C utility functions for OpenWrt"; homepage = "https://git.openwrt.org/?p=project/libubox.git;a=summary"; license = licenses.isc; - maintainers = with maintainers; [ fpletz ]; + maintainers = with maintainers; [ fpletz mkg20001 ]; mainProgram = "jshn"; platforms = platforms.all; }; diff --git a/pkgs/development/libraries/ubus/default.nix b/pkgs/development/libraries/ubus/default.nix index abdfd3e5c56f..bdfe4aa58552 100644 --- a/pkgs/development/libraries/ubus/default.nix +++ b/pkgs/development/libraries/ubus/default.nix @@ -19,6 +19,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/ubus.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.all; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ mkg20001 ]; }; } diff --git a/pkgs/development/libraries/uci/default.nix b/pkgs/development/libraries/uci/default.nix index bbc4fcebdfc3..43e6cb9d697d 100644 --- a/pkgs/development/libraries/uci/default.nix +++ b/pkgs/development/libraries/uci/default.nix @@ -20,6 +20,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/uci.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.all; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ mkg20001 ]; }; } diff --git a/pkgs/development/libraries/ustream-ssl/default.nix b/pkgs/development/libraries/ustream-ssl/default.nix index 76689da526d8..546e85fd96c7 100644 --- a/pkgs/development/libraries/ustream-ssl/default.nix +++ b/pkgs/development/libraries/ustream-ssl/default.nix @@ -31,7 +31,7 @@ stdenv.mkDerivation { description = "ustream SSL wrapper"; homepage = "https://git.openwrt.org/?p=project/ustream-ssl.git;a=summary"; license = licenses.isc; - maintainers = with maintainers; [ fpletz ]; + maintainers = with maintainers; [ fpletz mkg20001 ]; platforms = platforms.all; }; } diff --git a/pkgs/tools/networking/netifd/default.nix b/pkgs/tools/networking/netifd/default.nix index 315d58403825..25aada6e3c44 100644 --- a/pkgs/tools/networking/netifd/default.nix +++ b/pkgs/tools/networking/netifd/default.nix @@ -18,6 +18,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/netifd.git;a=summary"; license = licenses.lgpl21Only; platforms = platforms.linux; - maintainers = with maintainers; [ ]; + maintainers = with maintainers; [ mkg20001 ]; }; } diff --git a/pkgs/tools/networking/uqmi/default.nix b/pkgs/tools/networking/uqmi/default.nix index 31c004986355..8050909487da 100644 --- a/pkgs/tools/networking/uqmi/default.nix +++ b/pkgs/tools/networking/uqmi/default.nix @@ -28,6 +28,6 @@ stdenv.mkDerivation { homepage = "https://git.openwrt.org/?p=project/uqmi.git;a=summary"; license = licenses.gpl2Plus; platforms = platforms.all; - maintainers = with maintainers; [ fpletz ]; + maintainers = with maintainers; [ fpletz mkg20001 ]; }; } |