Unverified Commit 8761d9db authored by Sophie Tauchert's avatar Sophie Tauchert
Browse files

iio-sensor-proxy: change maintainer

parent eab45971
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -52,7 +52,7 @@ stdenv.mkDerivation rec {
    description = "Proxy for sending IIO sensor data to D-Bus";
    homepage = "https://gitlab.freedesktop.org/hadess/iio-sensor-proxy";
    license = licenses.gpl3;
    maintainers = with maintainers; [ peterhoeg ];
    maintainers = with maintainers; [ _999eagle ];
    platforms = platforms.linux;
  };
}