Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

libimobiledevice: add RossComputerGuy as maintainer

+1 -1
+1 -1
pkgs/development/libraries/libimobiledevice/default.nix
··· 77 ''; 78 license = licenses.lgpl21Plus; 79 platforms = platforms.unix; 80 - maintainers = [ ]; 81 }; 82 }
··· 77 ''; 78 license = licenses.lgpl21Plus; 79 platforms = platforms.unix; 80 + maintainers = with maintainers; [ RossComputerGuy ]; 81 }; 82 }