URI: 
       snap: Add "network-bind" plug for "hugo server" to work - hugo - [fork] hugo port for 9front
  HTML git clone git@git.drkhsh.at/hugo.git
   DIR Log
   DIR Files
   DIR Refs
   DIR Submodules
   DIR README
   DIR LICENSE
       ---
   DIR commit 1f0877947e7fc796a9dd68703232ea5857c5aad8
   DIR parent a7e2a04d5b0c045de1feaa4d0d09252aab7d510d
  HTML Author: Anthony Fok <foka@debian.org>
       Date:   Sun,  9 Oct 2016 09:53:09 -0600
       
       snap: Add "network-bind" plug for "hugo server" to work
       
       See #2532
       
       Diffstat:
         M snapcraft.yaml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/snapcraft.yaml b/snapcraft.yaml
       @@ -11,7 +11,7 @@ grade: devel # "devel" or "stable"
        apps:
          hugo:
            command: bin/hugo
       -    plugs: [home]
       +    plugs: [home, network-bind]
        
        parts:
          hugo: