Skip to content

Commit d68d5a8

Browse files
authored
Improve description for dub search discovery
Removes "for D" as per dub recommendation that all packages on dub are for D and explicitly stating this is discouraged unless it's a port of another language's library. Adds ok and err to the description to be more discoverable in search.
1 parent 131ddee commit d68d5a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dub.sdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name "expected"
2-
description "Implementation of expected idiom for D"
2+
description "Implementation of expected idiom (error handling with ok and err)"
33
authors "Tomáš Chaloupka"
44
copyright "Copyright © 2019, Tomáš Chaloupka"
55
license "BSL-1.0"

0 commit comments

Comments
 (0)