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

Fixup: set maintainer

+1 -3
+1 -3
pkgs/applications/misc/stag/default.nix
··· 19 19 homepage = "https://github.com/seenaburns/stag"; 20 20 description = "Terminal streaming bar graph passed through stdin"; 21 21 license = stdenv.lib.licenses.bsdOriginal; 22 - 23 - # FIXME: waiting on PR #5773 for maintainer entry 24 - #maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 22 + maintainers = [ stdenv.lib.maintainers.matthiasbeyer ]; 25 23 }; 26 24 }