*: add myself to all openwrt packages as maintainer

This commit is contained in:
Maciej Krüger
2023-11-24 05:19:53 +01:00
parent 9ad1173b97
commit 4ae56bced4
6 changed files with 6 additions and 6 deletions
@@ -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;
};
+1 -1
View File
@@ -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 ];
};
}
+1 -1
View File
@@ -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 ];
};
}
@@ -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;
};
}
+1 -1
View File
@@ -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 ];
};
}
+1 -1
View File
@@ -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 ];
};
}