Commit c0ff0651 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

webdav: modernize

parent a0011f2d
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -7,19 +7,19 @@ buildGo123Module rec {
  src = fetchFromGitHub {
    owner = "hacdias";
    repo = "webdav";
    rev = "v${version}";
    sha256 = "sha256-nLQ77RuOGYaL+U3X3yb4Kq47NA1A3SSUMKBbFnRP6o4=";
    tag = "v${version}";
    hash = "sha256-nLQ77RuOGYaL+U3X3yb4Kq47NA1A3SSUMKBbFnRP6o4=";
  };

  vendorHash = "sha256-x5CUy46c4SunzMw/v2DWpdahuXFZnJdGInQ0lSho/es=";

  __darwinAllowLocalNetworking = true;

  meta = with lib; {
  meta = {
    description = "Simple WebDAV server";
    homepage = "https://github.com/hacdias/webdav";
    license = licenses.mit;
    maintainers = with maintainers; [
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [
      pmy
      pbsds
    ];