Commit 205cba23 authored by Steffen Vogel's avatar Steffen Vogel
Browse files

hello: adopt package by stv0g

parent 787a0f69
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ stdenv.mkDerivation (finalAttrs: {
    homepage = "https://www.gnu.org/software/hello/manual/";
    changelog = "https://git.savannah.gnu.org/cgit/hello.git/plain/NEWS?h=v${finalAttrs.version}";
    license = licenses.gpl3Plus;
    maintainers = [ ];
    maintainers = with maintainers; [ stv0g ];
    mainProgram = "hello";
    platforms = platforms.all;
  };