remove unused obsidian installer
This commit is contained in:
parent
ca2bf6d86c
commit
13e574e70f
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
|||
package installers
|
||||
|
||||
import (
|
||||
"github.com/developomp/pompup/internal/wrapper"
|
||||
)
|
||||
|
||||
func init() {
|
||||
register(&Installer{
|
||||
Name: "Obsidian",
|
||||
Desc: "Best proprietary note taking app",
|
||||
Setup: func() {
|
||||
wrapper.FlatpakOnce("md.obsidian.Obsidian")
|
||||
},
|
||||
})
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue