Skip to content

Commit

Permalink
Merge pull request NixOS#269555 from mkg20001/openwrt
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 authored Nov 24, 2023
2 parents 2e5eaaa + 4ae56bc commit 7c3a4b8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/libubox/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ubus/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/uci/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ustream-ssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/netifd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}
2 changes: 1 addition & 1 deletion pkgs/tools/networking/uqmi/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 7c3a4b8

Please sign in to comment.